home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000205_news@columbia.edu _Fri Feb 7 18:41:29 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA26026
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 7 Feb 1997 18:41:28 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA24986
  7.     for kermit.misc@watsun; Fri, 7 Feb 1997 18:41:28 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: forcibly quitting C-Kermit in batch operation
  12. Date: 7 Feb 1997 23:41:25 GMT
  13. Organization: Columbia University
  14. Lines: 16
  15. Message-ID: <5dgej5$1t8$1@apakabar.cc.columbia.edu>
  16. References: <yp4wwskp5mq.fsf@flexopt.ecn.purdue.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6551
  19.  
  20. In article <yp4wwskp5mq.fsf@flexopt.ecn.purdue.edu>,
  21. George Applequist  <applequi@iron.ecn.purdue.edu> wrote:
  22. : I want to include the "quit" command in a "take" file which is
  23. : supplied on the command line.  But I have this situation:
  24. :  A network connection to dialout might still be active.
  25. : OK to exit? 
  26. :  Please respond Yes or No
  27. : Is there a script command that forces kermit to quit?
  28. :
  29. Yes: SET EXIT WARNING OFF
  30.  
  31. - Frank
  32.  
  33.